Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry<TEnum>(PdfName,PdfEnum<TEnum>) Method

In This Topic
    AddDictEntry<TEnum>(PdfName,PdfEnum<TEnum>) Method
    In This Topic
    Adds a dictionary entry with GrapeCity.Documents.Pdf.PdfEnum<TEnum> value.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry(Of TEnum As {New, Struct})( _
       ByVal key As PdfName, _
       ByVal value As PdfEnum(Of TEnum) _
    ) 
    public void AddDictEntry<TEnum>( 
       PdfName key,
       PdfEnum<TEnum> value
    )
    where TEnum: new(), struct

    Parameters

    key
    value

    Type Parameters

    TEnum
    See Also